Find purchase order by ID
| Get | getOrderById |
Resource Path: /store/order/{orderId}
| Name | Description | Data Type |
|---|---|---|
| orderId | ID of pet that needs to be fetched | integer |
The response body is of type Order.
successful operation![]() |
Order
Represents an individual order.
|
| Fault | Description |
|---|---|
| 400 | Invalid ID supplied |
| 404 | Order not found |